ProfileBehaviorIsDone Property |
Gets a value indicating whether this profile behavior is done.
Namespace:
ff14bot.NeoProfiles
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax public abstract bool IsDone { get; }
Property Value
Type:
Booleantrue if this profile behavior is done; otherwise,
false.
Remarks Created 2012-07-02
See Also