Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 511 Bytes

IAsyncPlugin.md

File metadata and controls

20 lines (13 loc) · 511 Bytes

IAsyncPlugin interface

Asynchronous Plugin Model for Flow Launcher

public interface IAsyncPlugin

Members

name description
InitAsync(…) Initialize plugin asynchronously (will still wait finish to continue)
QueryAsync(…) Asynchronous Querying

See Also