Skip to content

FAST_Event

Hyomoto edited this page Oct 12, 2020 · 9 revisions
Jump To Go Back Arguments Methods Variables

FAST_Event( FAST.event, delay, parameters, function )

no description provided

// no example provided

Arguments

Name Type Purpose
FAST.event undef
delay undef
parameters undef
function undef

Methods

Jump To top discard is toString

discard()

Returns: N/A (undefined)

Name Type Purpose
None

is( type )

Returns: boolean (true or false)

Name Type Purpose
type struct id The structure type to compare this against.

Returns true if the provided type is FAST_Event.


toString()

Returns: string ("string")

Name Type Purpose
None

Returns the structure as a string.


Variables

Jump To top
  • tick - No description provided.
  • tock - No description provided.
  • once - No description provided.
  • func - No description provided.
  • params - No description provided.
  • list - No description provided.
  • ignore - No description provided.
Clone this wiki locally