 | analyticJobRecordrecordStart Method |
Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Records the start. Make sure to call [!:_recordStart] at beginning of the method
Namespace:
imbWEM.Core.project.records
Assembly:
imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntaxpublic override void recordStart(
string __testRunStamp,
string __instanceID,
params Object[] resources
)
Parameters
- __testRunStamp
- Type: SystemString
- __instanceID
- Type: SystemString
- resources
- Type: SystemObject
Implements
IModelParentRecord.recordStart(String, String, Object)IModelStandalone.recordStart(String, String, Object)IModelParentRecord.recordStart(String, String, Object)IModelStandalone.recordStart(String, String, Object)IModelParentRecord.recordStart(String, String, Object)
See Also