UpdatedSessionActionInfo

The updated session action information as it relates to completion and progress of the session.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The status of the session upon completion.

Link copied to clipboard

The date and time the resource ended running.

Link copied to clipboard

A list of output manifest properties reported by the worker agent, with each entry corresponding to a manifest property in the job.

Link copied to clipboard

The process exit code. The default Deadline Cloud worker agent converts unsigned 32-bit exit codes to signed 32-bit exit codes.

Link copied to clipboard

A message to indicate the progress of the updated session action.

Link copied to clipboard

The percentage completed.

Link copied to clipboard

The date and time the resource started running.

Link copied to clipboard

The updated time.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String