コード例 #1
0
ファイル: EDPlugin.py プロジェクト: olofsvensson/edna-kernel
 def tellFinished(self, _edObject=None):
     """
     Tell EDStatus that the plugin has finished, either in success either in error 
     """
     if self.isFailure():
         EDStatus.tellFailure(self.__strPluginId)
     else:
         EDStatus.tellSuccess(self.__strPluginId)
コード例 #2
0
ファイル: EDPlugin.py プロジェクト: yayahjb/edna-mx
 def tellFinished(self, _edObject=None):
     """
     Tell EDStatus that the plugin has finished, either in success either in error 
     """
     if self.isFailure():
         EDStatus.tellFailure(self.__strPluginId)
     else:
         EDStatus.tellSuccess(self.__strPluginId)