Type alias ITaskCancelationMsg

ITaskCancelationMsg: {
    dispatcher: string;
    quiet?: boolean;
    reason: any;
    taskId: string;
}

Type declaration

  • dispatcher: string

    The Id of the Dispatcher

  • Optional quiet?: boolean

    Flag to indicate, that this task should be canceled quiet.

    Author

    M.Karkowski

  • reason: any

    Reason, why the Task has been canceled.

  • taskId: string

    ID of the canceled Task

Generated using TypeDoc