Report post

Are you sure you want to report the post shown below? This will send an email to the ATVO administrators. Please include a short reason for reporting.

Users reporting for no reason may be locked out.


Post

Posted by Kyle H
on
Nick Thissen wrote:
Probably something like this:
var flags = result.Session.SessionFlags;
if (flags.HasFlag(SessionFlags.Caution) || flags.HasFlag(SessionFlags.CautionWaving))
{
    return "Caution";
}


I'll give this a try after class. Thanks for your help... I need to go find your donate button. Long overdue