Interface ImmediateActions
Methods
Cancel
- Cancel(identifier, callback): void
-
Parameters
-
identifier: string
-
callback: (() => void)
Returns void
ExecuteExternalTool
- ExecuteExternalTool(executableType, executableParameters, callback): void
-
Parameters
-
executableType: string
-
executableParameters: Record<string, object>
-
callback: ((result) => void)
-
- (result): void
-
Returns void
Returns void
This interface gives access to the immediate actions available to the current user. Those are long running tasks on the server. Internal use only.