Tai.Commander.StartVenue (tai v0.0.75)
Link to this section Summary
Link to this section Types
Link to this type
error_reasons()
Specs
error_reasons() :: {:already_started, pid()} | :not_found
Link to this type
opt()
Specs
opt() :: {:store_id, Tai.Venues.VenueStore.store_id()}
Link to this type
options()
Specs
options() :: [opt()]
Link to this type
venue_id()
Specs
venue_id() :: Tai.Venue.id()
Link to this section Functions
Link to this function
execute(venue_id, options)
Specs
execute(venue_id(), options()) :: {:ok, pid()} | {:error, error_reasons()}