Let It Snow

let_it_snow()

Makes it..... snow.

let_it_snow();

See this action in action!

ruleset a60x114 {
  meta {
    name "Let It Snow Example"
    author "Mike Grace"
    description <<
      Let it snow action example for documentation
    >>
    logging on
  }
  dispatch {
    domain "docs.kynetx.com"
  }
  rule newrule is active {
    select using "http://docs.kynetx.com/krl/kynetx-rule-language-documentation/actions/let-it-snow/" setting ()
    let_it_snow();
  }
}

Questions about this action? Ask any KRL-related questions on devex, and we'll help you out/