root
Toggle table of contents
goblin-common
Target filter
goblin-common
Switch theme
Search in API
Skip to content
root
root
/
fi.utu.tech.powergoblin.common
/
AgentMeasurementTask
Agent
Measurement
Task
goblin-common
data
class
AgentMeasurementTask
(
val
name
:
String
=
planData.name
,
val
startTime
:
String
,
var
stopTime
:
String
?
=
null
,
var
active
:
Boolean
=
true
,
var
success
:
Boolean
?
=
null
,
val
id
:
String
,
val
path
:
String
,
val
planData
:
PlanData
,
var
result
:
String
?
=
null
)
:
AgentTask
Perform a measurement
Members
Constructors
Agent
Measurement
Task
Link copied to clipboard
goblin-common
constructor
(
name
:
String
=
planData.name
,
startTime
:
String
,
stopTime
:
String
?
=
null
,
active
:
Boolean
=
true
,
success
:
Boolean
?
=
null
,
id
:
String
,
path
:
String
,
planData
:
PlanData
,
result
:
String
?
=
null
)
Properties
active
Link copied to clipboard
goblin-common
open
override
var
active
:
Boolean
id
Link copied to clipboard
goblin-common
val
id
:
String
name
Link copied to clipboard
goblin-common
open
override
val
name
:
String
Name of the task
path
Link copied to clipboard
goblin-common
val
path
:
String
plan
Data
Link copied to clipboard
goblin-common
val
planData
:
PlanData
result
Link copied to clipboard
goblin-common
var
result
:
String
?
start
Time
Link copied to clipboard
goblin-common
open
override
val
startTime
:
String
The start time of this task
stop
Time
Link copied to clipboard
goblin-common
open
override
var
stopTime
:
String
?
success
Link copied to clipboard
goblin-common
open
override
var
success
:
Boolean
?
Functions
stop
Link copied to clipboard
goblin-common
open
fun
stop
(
success
:
Boolean
)