Loading...
Select Version
Function: |
Specifies whether it was possible to complete the initiated action successfully. |
Parameters: |
The result of a |
Return: |
|
Exceptions: |
|
Example: | ... import BcAdminAction import BcAdminProxy ... proxy_obj=BcAdminProxy.getObject("BCProxy") ... bcaction=BcAdminProxy.perform(proxy_obj, "save") isSucc=BcAdminAction.isFinishedSuccessfully(bcaction) ... |