Start Engine - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


Home : Support : Online Help : Programming : Maplets : Tools : Start Engine

Maplets[Tools]

  

StartEngine

  

start the Maplets environment

 

Calling Sequence

Description

Examples

Calling Sequence

StartEngine()

Description

• 

The StartEngine() calling sequence starts the Maplets environment. If the Maplets environment is currently running, nothing is done.

• 

Use StartEngine() calling sequence to invoke the Maplets environment prior to running Maplet application code. This decreases the runtime for the first Maplet application displayed.

Examples

withMapletsTools:

StartEngine

See Also

Maplets[Tools]

Maplets[Tools][StopEngine]

Overview of Maplet Applications