DoSubmit

Syntax

DoSubmit()

Description

Used to submit a new transaction for approval. An exception is thrown if the property submitEnabled is not true.

Parameters

None.

Returns

None.

Example

This is an example of submitting the transaction.

import EOAW_CORE:*;

Component EOAW_CORE:LaunchManager &launchMgr;

&launchMgr.DoSubmit();