ISupportProcessNotifications ProcessEnded Method

The Agent will call this method when it is done running a process (Solution run, Query preview, etc.) that uses this connection.

Namespace:  Scribe.Core.ConnectorApi

Assembly:  Scribe.Core.ConnectorApi (in Scribe.Core.ConnectorApi.dll)

Syntax

void   ProcessEnded(
	Guid   processId,
	bool   success
)

Parameters

processId

Type: System Guid

The unique id of the process that is passed in for the process start and process end.

success

Type: System Boolean

True if the process ended with success or success with record errors. False if the process ended with a fatal error.

See

ISupportProcessNotifications Interface

Scribe.Core.ConnectorApi Namespace