TasksPerformedEventArgs Class

Definition

Performs the base class for the class containing data.

public ref class TasksPerformedEventArgs : EventArgs
public class TasksPerformedEventArgs : EventArgs
type TasksPerformedEventArgs = class
    inherit EventArgs
Public Class TasksPerformedEventArgs
Inherits EventArgs
Inheritance
TasksPerformedEventArgs

Constructors

TasksPerformedEventArgs()

Initializes a new instance of the TasksPerformedEventArgs class with the default property values.

TasksPerformedEventArgs(Boolean)

Initializes a new instance of the TasksPerformedEventArgs class with a value to determine if the object contains a script.

TasksPerformedEventArgs(Exception)

Initializes a new instance of the TasksPerformedEventArgs class with the specified error.

TasksPerformedEventArgs(Exception, Boolean)

Initializes a new instance of the TasksPerformedEventArgs class with the specified error and with a value to determine if the object contains a script.

Properties

Error

Gets the error that describes the current exception.

IsFailed

Gets a value indicating whether the event failed to perform.

IsScript

Gets a value indicating whether the event contains a script.

Applies to