Interface TaskCompletedEvent

interface TaskCompletedEvent {
    result: string;
    taskId: bigint;
}

Properties

Properties

result: string
taskId: bigint