Skip to content
Bit Quirky Behavior Trees and
State Machines

Search documentation

All topics and APIs

Close returns focus to Search.

What are you looking for?

Try a common topic or enter a complete API identifier.

Browse the reference instead

Esc closes · Tab reaches results · Enter opens the focused link

v0.6.0
Menu

IInterruptibleExternalServiceAdapter.cs declarations

Public API declaration excerpts from Packages/io.bitquirky.behavior/Runtime/ExternalService/IInterruptibleExternalServiceAdapter.cs.

Source snapshot ad0983d00d77.

Original file: Packages/io.bitquirky.behavior/Runtime/ExternalService/IInterruptibleExternalServiceAdapter.cs

Source file hash: sha256:63abdc5ab4dbf5aabe83527e94faa5977882e25e5fcced1f76ad012e9c0fd1d6

Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.

Type: IInterruptibleExternalServiceAdapter

Section titled “Type: IInterruptibleExternalServiceAdapter”

Original lines: 14-18

Declaration hash: sha256:106f8785f9e1e2a860418a5ea379d6eb880c44240b114ea8586833edceb2c45a

C#
public interface IInterruptibleExternalServiceAdapter
{
}

Method: Interrupt(in ExternalServiceInterruption interruption)

Section titled “Method: Interrupt(in ExternalServiceInterruption interruption)”

Original lines: 17

Declaration hash: sha256:12bd894d1403cf8af4944070de77869872c474383b07b519f0ba58260254ab8e

C#
void Interrupt(in ExternalServiceInterruption interruption);
Full-size image