IApplicationInfo Description interface Tinman.Engine.Application.IApplicationInfo Extended by IApplication IApplicationRunner Provides general purpose information about an application. Public / Attributes FrameRateLimit public attribute FrameRateLimit → (get) value : int32 [>=0] The frame rate limit, in Hz. If 0 the limit will be disabled. Optional limit for rendering frames. Defaults to 100. Resolution public attribute Resolution → (get) value : int32 The DPI resolution. The DPI resolution that has been passed to IApplication.WindowResolution. RunningOperations public attribute RunningOperations → (get) value : IVectorConst<RunningOperation> [not-null] The list of running background operations. Returns the running background operations that have been started in the context of the application. See also IApplication.RunOperation IApplicationControl IApplicationRunner