For the complete documentation index, see llms.txt. This page is also available as Markdown.

CEP_Account.close()

With this method you can clear the variables of the class.

Function Signature

public void close()

Parameters

Parameter Name
Datatype

Example

//...
account.close()
//...

Last updated