Status

enum Status : Enum<Response.Status>

Representation of the status of the process generating this data.

Entries

FAIL
Link copied to clipboard

Process failed to execute, Response.exception should be available

SUCCESS
Link copied to clipboard

Process executed successfully, Response.data should be available

EXECUTING
Link copied to clipboard

Process is running, optional Response.progress might be available with further details

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int