[ Bottom of Page | Previous Page | Next Page | Contents | Index ]
The following methods help you to express functions for generic activities.
- Syntax
-
Object.EndVisit()
- Description
- Is called at the end of each cycle, to perform clean up operations.
- Error code
- S_OK
- Syntax
-
Object.Dispose()
- Description
- Is called at the end of the monitoring loop, to perform clean up operations.
- Error code
- S_OK
- Syntax
-
Object.GetProfileName() As String
- Returns
- The profile name.
- Description
- Returns the name of the profile to which the resource model belongs.
- Error code
- S_OK
- Syntax
-
Object.GetGlobalCounter() As String
- Returns
- The value of the current monitoring loop.
- Description
- Returns the value of the current monitoring loop. When a resource model
starts its monitoring this value is set to 0, and it is increased by one after
each successful call to the VisitTree function.
- Error code
- S_OK
[ Top of Page | Previous Page | Next Page | Contents | Index ]