Show / Hide Table of Contents

Property MTBase.ActionThread


Overload

Execute item actions asynchronously in new threads. This property is applied to items added afterwards; submenus inherit it.

public bool ActionThread { get; set; }
Property Value
bool

Default: toolbartrue, popupMenufalse.

Remarks

If current thread is a UI thread (has windows etc) or has triggers or hooks, and item action functions execute some long automations etc in current thread, current thread probably is hung during that time. Set this property = true to avoid it.