RSX Code Reference
    Preparing search index...

    Interface PolytronProcessingRequestObject

    The PolytronProcessingRequestObject represents a Polytron processing request.

    interface PolytronProcessingRequestObject {
        Data: PolytronTaskRequest;
        Identifier: string;
        InstanceType?: number;
        Name?: string;
        NotificationURL?: string;
        NotifyByEmail: boolean;
        TimeoutInSeconds: number;
    }
    Index
    Identifier: string
    InstanceType?: number
    Name?: string
    NotificationURL?: string
    NotifyByEmail: boolean
    TimeoutInSeconds: number