View Source MishkaInstaller.PluginStateDynamicSupervisor (Mishka Installer v0.0.3)

Link to this section Summary

Link to this section Functions

Link to this function

get_plugin_pid(module_name)

View Source
@spec get_plugin_pid(String.t()) ::
  {:error, :get_plugin_pid} | {:ok, :get_plugin_pid, pid()}
Link to this function

running_imports(event_name)

View Source
@spec start_job(%{id: String.t(), type: String.t(), parent_pid: any()}) ::
  :ignore | {:error, any()} | {:ok, :add | :edit, pid()}