AppTaskProcessingReport Properties

Properties

Active Holds active items, already delegated that are actively processing.
(Inherited from ProcessingReportT)
Cancelled Holds items that have been canceled before completion.
(Inherited from ProcessingReportT)
Completed Holds items that have completed processing.
(Inherited from ProcessingReportT)
Failed Holds items that failed during processing.
(Inherited from ProcessingReportT)
PendingTasks Holds pending tasks, already delegated that are not yet processing.
TotalCount Total tasks held by this report.
(Overrides ProcessingReportTTotalCount)

See Also