Interface BuildMonitorQueryOptions

interface BuildMonitorQueryOptions {
    state?: BuildMonitorTaskState;
}

Properties

Properties