Contents

Method

JobsStatus

ModuleNomad
Library1E
Action

List active Nomad jobs.

Parameters(None)
Return values

For each job in the queue (maybe none):

ContentId (string): The unique identifier for the content that the job is transferring.

Version (int): The version of the content.

Status (string): "Running" or "Paused".

Example
 Nomad.JobsStatus();
Platforms
  • Windows
Notes