Start Engine - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.
Our website is currently undergoing maintenance, which may result in occasional errors while browsing. We apologize for any inconvenience this may cause and are working swiftly to restore full functionality. Thank you for your patience.

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