OpenMetaverse Protocol Library Developers API Documentation
RequestGetScriptRunning Method (objectID, scriptID)
NamespacesOpenMetaverse InventoryManagerRequestGetScriptRunning(UUID, UUID)
Request the running status of a script contained in a task (primitive) inventory
Declaration Syntax
C#
public 
void 
RequestGetScriptRunning(
        
UUID 
objectID,
        
UUID 
scriptID
)
Parameters
objectID ( UUID)
The ID of the primitive containing the script
scriptID ( UUID)
The ID of the script
Remarks
The ScriptRunningReplyevent can be used to obtain the results of the request
See Also

Assembly: OpenMetaverse(Module: OpenMetaverse.dll) Version: 0.9.3.3318 (0.9.3.3318)