WebGUI::BackgroundProcess (used now by AssetExport)

This commit is contained in:
Paul Driver 2010-09-20 11:45:21 -07:00
parent 20db0287b4
commit 79de38dc4a
11 changed files with 1309 additions and 43 deletions

View file

@ -76,6 +76,7 @@ Returns a hash reference containing operation and package names.
sub getOperations {
return {
'background' => 'BackgroundProcess',
'killSession' => 'ActiveSessions',
'viewActiveSessions' => 'ActiveSessions',