Click or drag to resize

DutyManagerQueue Method

Attempts to queue via the duty finder

Namespace:  ff14bot.Managers
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static bool Queue(
	params InstanceContentResult[] instances
)

Parameters

instances
Type: ff14bot.ManagersInstanceContentResult
What instances should we queue for

Return Value

Type: Boolean
True if we were able to queue successfully, false otherwise
Exceptions
ExceptionCondition
ArgumentExceptionWill throw argument exceptions if too many instances are provided, instances that cannot be queued for via the duty finder, or if multiple instances that cannot be queued with other instances are provided
See Also