JobDataAddedEventArgs Class

Definition

Event arguments that indicate data has been added to a child job.

public sealed class JobDataAddedEventArgs : EventArgs
Inheritance
JobDataAddedEventArgs

Properties

DataType

Identifies the type of the sending collection as one of the six collections associated with a job. If data type = output, sender is PSDataCollection of PSObject, Error is of ErrorRecord, etc.

Index

Index at which the data is added.

SourceJob

The job that contains the PSDataCollection which is the sender.