TaskResult Class

Definition

This class represents a MOM MonitoringTask result.

public ref class TaskResult : Microsoft::EnterpriseManagement::Common::MonitoringBaseWithId
[System.Serializable]
public class TaskResult : Microsoft.EnterpriseManagement.Common.MonitoringBaseWithId
type TaskResult = class
    inherit MonitoringBaseWithId
Public Class TaskResult
Inherits MonitoringBaseWithId
Inheritance
Attributes

Constructors

TaskResult(Result, EnterpriseManagementGroup)

Internal Constructor

Properties

BatchId

The batch id of the task that ran.

ErrorCode

The error code.

ErrorMessage

The error message.

LastModified

The time this result was last modified.

LocationId

The location the task ran.

Output

The output of the task.

ProgressData

The Task Progress Data.

ProgressLastModified

The Task ProgressLastModified

ProgressMessage

The Task Progress message.

ProgressValue

The Task Progress Value.

RunningAs

Who the task is running as.

Status

The latest status of the task.

StatusLastModified

The Task StatusLastModified

SubmittedBy

Who the task was submitted by.

TargetClassId

The target class of the task.

TargetObjectId

The target of the task.

TaskId

The id of the task that ran.

TimeFinished

The time this task was finished.

TimeScheduled

The time this task was scheduled to run.

TimeStarted

The time this task was run.

Methods

Reconnect(EnterpriseManagementGroup)

Reconnects the specified management group.

Operators

Implicit(TaskResult to MonitoringTaskResult)

Performs an implicit conversion from TaskResult to MonitoringTaskResult.

Applies to