AemTaskStatusCallback Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Task Status Callback
public delegate void AemTaskStatusCallback(bool result, System::String ^ sdkErrorMessage, System::String ^ taskOutput);
public delegate void AemTaskStatusCallback(bool result, string sdkErrorMessage, string taskOutput);
type AemTaskStatusCallback = delegate of bool * string * string -> unit
Public Delegate Sub AemTaskStatusCallback(result As Boolean, sdkErrorMessage As String, taskOutput As String)
Parameters
- result
- Boolean
Task Succeeded or not
- sdkErrorMessage
- String
SDK Error Message
- taskOutput
- String
If result is failed/false, then more info about failure.