RSDTaskRunResult

public protocol RSDTaskRunResult : RSDTaskResult

The RSDTaskRunResult is a task result where the task run UUID can be set to allow for nested results that all use the same run UUID.

  • A unique identifier for this task run.

    Declaration

    Swift

    var taskRunUUID: UUID { get set }