public static class ScriptQueue.ScriptQueueItemInfo
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
local |
int |
scriptId |
java.lang.String |
scriptName |
Constructor and Description |
---|
ScriptQueueItemInfo(java.lang.String scriptName,
int scriptId,
boolean local) |