IScriptMainExecute Method

Definition

Namespace: PCBI_AI_Agent
Assembly: PCBI_AI_Agent (in PCBI_AI_Agent.dll) Version: 17.0.0.0 (17.0.0.0)
C#
Task<string> MainExecute(
	IPCBIWindow pcbi,
	IStep step,
	CancellationToken? cancelToken
)

Parameters

pcbi  IPCBIWindow
 
step  IStep
 
cancelToken  NullableCancellationToken
 

Return Value

TaskString

See Also