uapmd-binding
Toggle table of contents
Common
Target filter
Common
Switch theme
Search in API
Skip to content
uapmd-binding
uapmd-binding
/
dev.atsushieno.uapmd
/
RenderToFileStatus
Render
To
File
Status
data
class
RenderToFileStatus
(
val
running
:
Boolean
,
val
completed
:
Boolean
,
val
success
:
Boolean
,
val
progress
:
Double
,
val
renderedSeconds
:
Double
,
val
message
:
String
,
val
outputPath
:
String
)
Members
Constructors
Render
To
File
Status
Link copied to clipboard
constructor
(
running
:
Boolean
,
completed
:
Boolean
,
success
:
Boolean
,
progress
:
Double
,
renderedSeconds
:
Double
,
message
:
String
,
outputPath
:
String
)
Properties
completed
Link copied to clipboard
val
completed
:
Boolean
message
Link copied to clipboard
val
message
:
String
output
Path
Link copied to clipboard
val
outputPath
:
String
progress
Link copied to clipboard
val
progress
:
Double
rendered
Seconds
Link copied to clipboard
val
renderedSeconds
:
Double
running
Link copied to clipboard
val
running
:
Boolean
success
Link copied to clipboard
val
success
:
Boolean