Constant
| Value
| Description
|
ceActionDefault
| 0
| Action is called when an object is double clicked.
|
ceActionDelete
| -1
| Remove the object from the APS.
|
ceActionMove
| -2
| Move an object. DoAction is passed the ID of the destination.
|
ceActionCopy
| -3
| Copy an object. DoAction is passed the copy's destination ID.
|
ceActionRename
| -4
| Rename an object. DoAction is passed the new name of the object.
|
ceActionAlias
| -5
| Create a shortcut. DoAction is passed the ID of destination.
|
ceActionAddChild
| -6
| List all supported subobject objects. The default implementation is to list all supported contained objects. See also PluginInfo Object.
|
ceActionCreateNew
| -7
| Create a new subobject object.
|
ceActionHold
| -8
| Support for 'Holding' the instance so that it will not run.
|
ceActionRelease
| -9
| Release a held instance so that it may run again.
|
ceActionStop
| -10
| Stop the schedule so that an instance will never run.
|
ceActionView
| -10000
| View an object. ShellExecute is called on object by default.
|
ceActionDesign
| -10001
| Design an object. ShellExecute is called on the object. Reserved for future versions.
|
ceActionSchedule
| -10002
| Display the default Schedule page.
|
ceActionProperties
| -10003
| Display the default listing of an object's properties.
|
ceActionModify
| -10004
| Display the default Modify page. Reserved for future versions.
|
ceActionShowAdminPage
| -10005
| Display the default Admin page. For internal use only.
|
ceActionHistory
| -10006
| Display the default History page.
|
ceActionShowAdminRightsPage
| -10007
| Display the default Admin Rights page. For internal use only.
|
ceActionViewLatestInstance
| -10008
| View the latest instance.
|
ceActionShowAdminLimitsPage
| -10009
| View the default Admin Limits page. For internal use only.
|
ceActionDownloadPlugin
| -20000
| Download the plugin associated with this object.
|
ceActionDisconnectFromAPS
| -30000
| Log off the currently selected APS.
|