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
/
AgentCollectionTask
Agent
Collection
Task
goblin-common
data
class
AgentCollectionTask
(
val
name
:
String
,
val
startTime
:
String
,
var
stopTime
:
String
?
=
null
,
var
active
:
Boolean
=
true
,
var
success
:
Boolean
?
=
null
,
val
session
:
String
,
val
flags
:
List
<
CollectorFlag
>
,
val
timeout
:
Long
)
:
AgentTask
Members
Constructors
Agent
Collection
Task
Link copied to clipboard
goblin-common
constructor
(
name
:
String
,
startTime
:
String
,
stopTime
:
String
?
=
null
,
active
:
Boolean
=
true
,
success
:
Boolean
?
=
null
,
session
:
String
,
flags
:
List
<
CollectorFlag
>
,
timeout
:
Long
)
Properties
active
Link copied to clipboard
goblin-common
open
override
var
active
:
Boolean
flags
Link copied to clipboard
goblin-common
val
flags
:
List
<
CollectorFlag
>
name
Link copied to clipboard
goblin-common
open
override
val
name
:
String
Name of the task
session
Link copied to clipboard
goblin-common
val
session
:
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
?
timeout
Link copied to clipboard
goblin-common
val
timeout
:
Long
Functions
stop
Link copied to clipboard
goblin-common
open
fun
stop
(
success
:
Boolean
)