Search Results for

    Show / Hide Table of Contents

    Enum ScheduledOperationStatus

    Represents the possible statuses of a ScheduledOperation.

    Namespace: Sdl.LanguagePlatform.TranslationMemoryApi
    Assembly: Sdl.LanguagePlatform.TranslationMemoryApi.dll
    Syntax
    public enum ScheduledOperationStatus

    Fields

    Name Description
    Abort

    The work item has been flagged as needing to be aborted

    Aborted

    The work item has been aborted

    Aborting

    The work item is in the process of being aborted.

    Allocated

    The work item has been allocated to an execution service.

    Cancel

    The work items has been flagged as needing to be cancelled.

    Cancelled

    The work item has been cancelled

    Cancelling

    The work item is in the process of being cancelled.

    Completed

    The work item has been completed

    Error

    Error

    NotSet

    Status not set (default).

    Queued

    The task has been added to the work item queue

    Recovered

    The work item has been recovered

    Recovering

    The work item is in the process of being recovered.

    Recovery

    The work item has been flagged as needing recovery

    On this page

    • Fields
    Back to top Generated by DocFX