DartProcess

DartProcess

DartProcess contains information about processes spawned from the main UI to run jobs, which may include packaging, validatating, and/or uploading files.

Constructor

new DartProcess(name, jobId, processId)

Creates a new DartProcess

Parameters:
Name Type Description
name string

The name of the job. This is usually the bag or package name, though jobs that don't include a packaging step may get a generic name like "Validate xxx" or "Upload xxx".

jobId string

The id (UUID) of the job that the process is running.

processId ChildProcess

The system process id.

Source:

Members

id :string

A UUID that uniquely identifies this DartProcess.

Source:

jobId :string

The id (UUID) of the job that the process is running.

Source:

name :string

Name is the name of the job. This is usually the bag or package name, though jobs that don't include a packaging step may get a generic name like "Validate xxx" or "Upload xxx".

Source:

process :number

The child process.

Source:

startedAt :string

The date/time at which the job was started. This timestamp is in ISO datetime format.

Source: