ISupportProcessNotifications ProcessStarted Method

The Agent will call this method when the Agent starts a process (Solution run, Query preview, etc.) that will use this Connection. Note that processes can be nested, so ProcessStart may be called multiple times before any of the corresponding ProcessEnds are called.

Namespace:  Scribe.Core.ConnectorApi

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

Syntax

void   ProcessStarted(
	Guid   processId
)

Parameters

processId

Type: System Guid

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

See

ISupportProcessNotifications Interface

Scribe.Core.ConnectorApi Namespace