WSA.Application.RunningOnUIThread
static function RunningOnUIThread(): bool;
static bool RunningOnUIThread();
static def RunningOnUIThread() as bool
Description

Returns true if you're running on UI thread.

More information on UI and application threads can be found [wiki:man:windowsstore-appcallbacks|here]].