XYO Platform SDK - v3.10.6
    Preparing search index...
    interface Job {
        name: string;
        onComplete?: VoidFunction;
        onFail?: VoidFunction;
        onStart?: VoidFunction;
        onSuccess?: VoidFunction;
        schedule: string;
        task: Task;
    }
    Index

    Properties

    name: string
    onComplete?: VoidFunction
    onFail?: VoidFunction
    onStart?: VoidFunction
    onSuccess?: VoidFunction
    schedule: string
    task: Task