CLI
Toggle table of contents
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
CLI
clackt
/
net.stephcraft.clackt.process
/
ProcessState
Process
State
data
class
ProcessState
(
var
title
:
String
,
var
status
:
StepStatus
=
ACTIVE
)
Members
Constructors
Process
State
Link copied to clipboard
constructor
(
title
:
String
,
status
:
StepStatus
=
ACTIVE
)
Properties
status
Link copied to clipboard
var
status
:
StepStatus
title
Link copied to clipboard
var
title
:
String