RenderToFileStatus

data class RenderToFileStatus(val running: Boolean, val completed: Boolean, val success: Boolean, val progress: Double, val renderedSeconds: Double, val message: String, val outputPath: String)

Constructors

Link copied to clipboard
constructor(running: Boolean, completed: Boolean, success: Boolean, progress: Double, renderedSeconds: Double, message: String, outputPath: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard