IconParsingWorkActionResult
class IconParsingWorkActionResult(val origin: String, val output: String, val status: IconParsingWorkActionResult.Status = Status.Unknown, val message: String)(source)
Represents the result of an individual icon parsing operation performed by a Gradle worker.
This class encapsulates the outcome, including the status (success or error), paths of the original and generated files, and any relevant messages. It is designed to be serializable to a properties file, allowing results to be persisted and read across different processes.
Constructors
Link copied to clipboard
constructor(origin: String, output: String, status: IconParsingWorkActionResult.Status = Status.Unknown, message: String)