GetNextTaskAt |
Scroll |
Returns the next task with the specified index.
Namespace: Therefore.API
Visual Basic Public Overridable Function GetNextTaskAt ( _ nIndex As Integer _ ) As TheWFTask C# public virtual TheWFTask GetNextTaskAt ( int nIndex ) ParametersnIndex Zero-based index of the linked TheWFTask to return. Return ValueThe TheWFTask with the specified nIndex. |
|
Requires Loaded InstanceLoad an instance definition from the server before calling this method. |