AppTaskProcessingReport Class |
Namespace: MFiles.VAF.MultiserverMode
The AppTaskProcessingReport type exposes the following members.
Name | Description | |
---|---|---|
![]() | AppTaskProcessingReport |
Default self initializing app task processing report.
|
![]() | AppTaskProcessingReport(AppTaskProcessingReport) |
Self initializing app task processing report.
|
Name | Description | |
---|---|---|
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | DeepClone |
Deeply clones the report.
(Overrides ProcessingReportTDeepClone.) |