Interface TaskCanceledEvent

interface TaskCanceledEvent {
    taskId: bigint;
}

Properties

Properties

taskId: bigint