JobStats class | QSYS API Reference Guide

Tracks lifetime metrics for the job.

Namespace: ASNA.QSys.Runtime.JobSupport Assembly: ASNA.QSys.Runtime.dll

Inheritance: Object

Properties

Type Name Description
Int32 ActivationGroupsCreated Gets the number of activation groups created by the job.
Int32 ActivationsCreated Gets the number of activations created by the job.
Int32 DiskFileOpens Gets the number of database file open operations performed by the job.
Int32 PrintFileOpens Gets the number of print file open operations performed by the job.
Int32 WorkstnFileOpens Gets the number of workstation file open operations performed by the job.

Methods

Signature Description
Clone() Gets a copy of the job metrics.
IncrementActivationGroupsCreated() Increment by one the number of activation groups created.
IncrementActivationsCreated() Increment by one the number of activations created.
IncrementDiskFileOpens() Increment by one the number of database files opened.
IncrementPrintFileOpens() Increment by one the number of print files opened.
IncrementWorkstnFileOpens() Increment by one the number of workstation files opened.
ToString() Gets a readable string of the job statistics.

JobStats Clone()

Gets a copy of the job metrics.

JobStats Clone()

void IncrementActivationGroupsCreated()

Increment by one the number of activation groups created.

void IncrementActivationGroupsCreated()

void IncrementActivationsCreated()

Increment by one the number of activations created.

void IncrementActivationsCreated()

void IncrementDiskFileOpens()

Increment by one the number of database files opened.

void IncrementDiskFileOpens()

void IncrementPrintFileOpens()

Increment by one the number of print files opened.

void IncrementPrintFileOpens()

void IncrementWorkstnFileOpens()

Increment by one the number of workstation files opened.

void IncrementWorkstnFileOpens()

string ToString()

Gets a readable string of the job statistics.

string ToString()