MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ stop()

MAYAFLUX_API void MayaFlux::Portal::System::stop ( )

Stop active Portal::System operations.

Cancels any in-progress dialog if the platform backend supports it. Call before shutdown().

Definition at line 59 of file System.cpp.

60{
61 if (!g_initialized) {
62 return;
63 }
64
65 MF_INFO(Journal::Component::Portal, Journal::Context::API,
66 "Portal::System stopped");
67}
#define MF_INFO(comp, ctx,...)

References MayaFlux::Journal::API, MF_INFO, and MayaFlux::Journal::Portal.