TAKPacket-SDK — TypeScript - v0.7.0
    Preparing search index...

    Interface TaskRequest

    Task / engage request (t-s).

    interface TaskRequest {
        assigneeUid?: string;
        note?: string;
        priority?: number;
        status?: number;
        targetUid?: string;
        taskType?: string;
    }
    Index

    Properties

    assigneeUid?: string

    UID of the user assigned the task.

    note?: string

    Free-text note.

    priority?: number

    TaskRequest.Priority: 0=Unspecified, 1=Low, ..., 4=Critical

    status?: number

    TaskRequest.Status: 0=Unspecified, 1=Pending, ..., 5=Cancelled

    targetUid?: string

    UID of the map item being tasked / targeted.

    taskType?: string

    Task-type tag string.