SKaiNET
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SKaiNET
skainet-lang-models
/
sk.ainet.lang.model
/
ModelExecutionResult
/
Progress
Progress
data
class
Progress
(
val
current
:
Int
,
val
total
:
Int
,
val
message
:
String
?
=
null
)
:
ModelExecutionResult
<
Nothing
>
(
source
)
Members
Constructors
Progress
Link copied to clipboard
constructor
(
current
:
Int
,
total
:
Int
,
message
:
String
?
=
null
)
Properties
current
Link copied to clipboard
val
current
:
Int
message
Link copied to clipboard
val
message
:
String
?
total
Link copied to clipboard
val
total
:
Int