WorkloadActionResult type

The result of executing the workload action

type WorkloadActionResult<TResult> = BaseActionResult<TResult>