Member Junction
    Preparing search index...

    Result emitted when the dialog closes

    interface ScheduledJobDialogResult {
        Deleted?: boolean;
        Job?: MJScheduledJobEntity;
        Saved: boolean;
    }
    Index

    Properties

    Properties

    Deleted?: boolean
    Saved: boolean