Delegate RunCustomWorkflowResponseCallback
Provides a callback for handling the Custom 'Run' response.
Namespace: SI.PIXL.Client.Callbacks
Assembly: SI.PIXL.Client.dll
Syntax
public delegate void RunCustomWorkflowResponseCallback(RunCustomCommandResponse response)
Parameters
| Type | Name | Description |
|---|---|---|
| RunCustomCommandResponse | response | The command response. |