/// <summary> /// Starts all the <see cref="IClerk"/> plugins. /// </summary> /// <returns>Type: <see cref="Result"/><para>Details the success/failure of the start operation.</para></returns> public Result StartClerks() { return(_Handler.StartPlugins()); }
/// <summary> /// Starts all the <see cref="IAmbassador"/> plugins. /// </summary> /// <returns>Type: <see cref="Result"/><para>Details the success/failure of the start operation.</para></returns> public Result StartAmbassadors() { return(_Handler.StartPlugins()); }