<< Click to Display Table of Contents >> Navigation: »No topics above this level« Task.RunCycles Method |
Run the task for the specified number of cycles.
[Visual Basic]
Public Sub RunCycles( _
ByVal numberOfCycles As Integer _
)
[C#]
public int RunCycles(
int numberOfCycles
);
numberOfCycles
The number of cycles the task shall run.
zero on SUCCESS.
Task Class | BR.AN.PviServices Namespace
Generated from assembly BR.AN.PviServices [8.1.0.4]