Open Search
    JOBSTATE

    Detailed Description

    Enumerations

    enum class  JOBSTATE {
      IDLE ,
      PREPARING_RUNNING ,
      PREPARING_FAILED ,
      PREPARING_OK ,
      RENDER_RUNNING ,
      TE_RENDER_PAUSED ,
      RENDER_OK ,
      RENDER_FAILED ,
      ALLOCATESPACE_RUNNING ,
      ALLOCATESPACE_OK ,
      ALLOCATESPACE_FAILED ,
      DOWNLOAD_RUNNING ,
      DOWNLOAD_OK ,
      DOWNLOAD_FAILED ,
      ASSEMBLE_RUNNING ,
      ASSEMBLE_OK ,
      ASSEMBLE_FAILED ,
      STOPPED ,
      QUEUED ,
      PENDING ,
      QUEUED_WAITING ,
      ASSEMBLE_PENDING
    }
     

    Functions

    enum JOBSTATE MAXON_ENUM_LIST (JOBSTATE)
     

    Enumeration Type Documentation

    ◆ JOBSTATE

    enum JOBSTATE
    strong
    Enumerator
    IDLE 

    Idle.

    PREPARING_RUNNING 

    Preparing running. Preparing only for server in async mode for NetRenderService::StartRendering.

    PREPARING_FAILED 

    Preparing failed.

    PREPARING_OK 

    Preparing ok.

    RENDER_RUNNING 

    Render running.

    TE_RENDER_PAUSED 

    Render paused. Currently not used

    RENDER_OK 

    Render ok.

    RENDER_FAILED 

    Render failed.

    ALLOCATESPACE_RUNNING 

    Allocate space running.

    ALLOCATESPACE_OK 

    Allocate space ok.

    ALLOCATESPACE_FAILED 

    Allocated space failed.

    DOWNLOAD_RUNNING 

    Download running.

    DOWNLOAD_OK 

    Download ok.

    DOWNLOAD_FAILED 

    Download failed.

    ASSEMBLE_RUNNING 

    Assemble running.

    ASSEMBLE_OK 

    Assemble ok.

    ASSEMBLE_FAILED 

    Assemble failed.

    STOPPED 

    Stopped.

    QUEUED 

    Queued.

    PENDING 

    non-native state which is only available in the server when no machine is involved in a running job

    QUEUED_WAITING 

    Queued waiting.

    Since
    R18
    ASSEMBLE_PENDING 

    Allocate space running.

    Since
    R17.053

    Function Documentation

    ◆ MAXON_ENUM_LIST()

    enum JOBSTATE MAXON_ENUM_LIST ( JOBSTATE  )