Conductor Script Commands
UnRegisterUserProfile
The UnRegisterUserProfile command deletes the specified user profile from the current engine’s registration database.
UnRegisterUserProfile user_profile_name
ArgumentDescription
user_profile_name The name of the registered user profile.
The UnRegisterUserProfile command is available only when an engine is current, so you must first use the FindEngine Script command to set the current engine.
Use the ListRegistrations Script command to display a list of components registered with the current engine. You can filter the list for user profiles. The UnRegisterUserProfile command removes the specified user profile from the registration table.
WaitForStartup
The WaitForStartup command waits a specified timeout period for a specified engine unit to start up, and prints an error message if the engine unit does not start within the specified time.
WaitForStartup unit_name timeout
Argument Description
unit_name The specified engine unit.
timeout A timeout period (in seconds) within which the specified engine unit must start up, or an error message is written.