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;
}

Properties

Identifier: string
InstanceType?: number
Name?: string
NotificationURL?: string
NotifyByEmail: boolean
TimeoutInSeconds: number