lib-client
/
com.baptistecarlier.kotlin.datagouvfr.client.model
/
Task
/
StatusEnum
Status
Enum
public enum
StatusEnum
extends
Enum
<
Task.StatusEnum
>
Content copied to clipboard
Cron expression for hour Values: STARTED, RECEIVED, PENDING, FAILURE, RETRY, SUCCESS, REVOKED
Entries
Functions
Properties
Entries
REVOKED
Link copied to clipboard
REVOKED
Content copied to clipboard
SUCCESS
Link copied to clipboard
SUCCESS
Content copied to clipboard
RETRY
Link copied to clipboard
RETRY
Content copied to clipboard
FAILURE
Link copied to clipboard
FAILURE
Content copied to clipboard
PENDING
Link copied to clipboard
PENDING
Content copied to clipboard
RECEIVED
Link copied to clipboard
RECEIVED
Content copied to clipboard
STARTED
Link copied to clipboard
STARTED
Content copied to clipboard
Functions
get
Name
Link copied to clipboard
final
String
getName
()
Content copied to clipboard
get
Ordinal
Link copied to clipboard
final
Integer
getOrdinal
()
Content copied to clipboard
get
Value
Link copied to clipboard
final
String
getValue
()
Content copied to clipboard
Properties
name
Link copied to clipboard
private final
String
name
Content copied to clipboard
ordinal
Link copied to clipboard
private final
Integer
ordinal
Content copied to clipboard
value
Link copied to clipboard
private final
String
value
Content copied to clipboard